home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_HitDetect
/
HitDetection_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-19
|
272 b
|
16 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "DetectApp.h"
void main(int argc, char *argv[])
{
NXApp = [DetectApp new];
[NXApp loadNibSection:"HitDetection.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}